home *** CD-ROM | disk | FTP | other *** search
- Path: raffles.technet.sg!usenet
- From: leonard@pacific.net.sg (Leonard Sim)
- Newsgroups: comp.lang.c
- Subject: Checking a file
- Date: Sun, 31 Mar 1996 03:53:40 GMT
- Organization: Pacific Internet, Singapore
- Message-ID: <4jkvgq$i8g@raffles.technet.sg>
- NNTP-Posting-Host: 203.120.80.4
- X-Newsreader: Forte Free Agent 1.0.82
-
- Hi there,
-
- I am having some trouble trying to code this procedure, can somebody
- please help me? The requirements of the procedure is as follows :
-
- There will be a text file containing records of users attempted logins
- to a system. The format of the file is like this :
-
- USERID DATE TIME REMARKS
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- USER01 19960331 131259 SUCCESSFUL
- USER01 19960331 131441 SUCCESSFUL
- USER02 19960331 131834 UNSUCCESSFUL
- USER01 19960331 132000 SUCCESSFUL
-
- This procedure must scan through this file and pick up suspected
- violation attempts, using a criterion of 3 or more successive
- unsuccessful logon attempts. The violation attempts must then be
- output into another data file.
-
- I hope somebody can help me??
-
- Rgds,
-
- Leonard Sim
-
-